Retrieves just the minutes from a Time value.
Use this function whenever you need to work with the minutes specified in a Time value for performing time calculations.
The following examples are applicable to Crystal syntax:
TimeVar ShipTime := CTime({orders.SHIP DATE});
Minute(ShipTime)
Returns 30 if {orders.SHIP DATE} is 1998/12/05 8:30:15.
This function is designed to work like the Visual Basic function of the same name.
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |